﻿2026-08-05T03:21:00.4694460Z ##[group]Run actions/checkout@v5
2026-08-05T03:21:00.4694940Z with:
2026-08-05T03:21:00.4695295Z   repository: BigscreenVR/spt-bs-core
2026-08-05T03:21:00.4698004Z   token: ***
2026-08-05T03:21:00.4698471Z   ssh-strict: true
2026-08-05T03:21:00.4698810Z   ssh-user: git
2026-08-05T03:21:00.4699234Z   persist-credentials: true
2026-08-05T03:21:00.4699638Z   clean: true
2026-08-05T03:21:00.4699983Z   sparse-checkout-cone-mode: true
2026-08-05T03:21:00.4700384Z   fetch-depth: 1
2026-08-05T03:21:00.4700718Z   fetch-tags: false
2026-08-05T03:21:00.4701062Z   show-progress: true
2026-08-05T03:21:00.4701425Z   lfs: false
2026-08-05T03:21:00.4701744Z   submodules: false
2026-08-05T03:21:00.4702092Z   set-safe-directory: true
2026-08-05T03:21:00.4702474Z   allow-unsafe-pr-checkout: false
2026-08-05T03:21:00.4702870Z ##[endgroup]
2026-08-05T03:21:00.5454534Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-05T03:21:00.5456087Z ##[group]Getting Git version info
2026-08-05T03:21:00.5456754Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-05T03:21:00.5457685Z [command]/usr/bin/git version
2026-08-05T03:21:00.5458095Z git version 2.43.0
2026-08-05T03:21:00.5468612Z ##[endgroup]
2026-08-05T03:21:00.5476587Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d7a06efa-eb16-4a57-a42c-976c742a6eb2/.gitconfig'
2026-08-05T03:21:00.5484202Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d7a06efa-eb16-4a57-a42c-976c742a6eb2' before making global git config changes
2026-08-05T03:21:00.5485284Z Adding repository directory to the temporary git global config as a safe directory
2026-08-05T03:21:00.5487453Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-05T03:21:00.5549917Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-05T03:21:00.5570544Z https://github.com/BigscreenVR/spt-bs-core
2026-08-05T03:21:00.5581654Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-05T03:21:00.5584994Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-05T03:21:00.5605317Z refs/heads/golden/w1-locksmith-t2
2026-08-05T03:21:00.5612540Z [command]/usr/bin/git checkout --detach
2026-08-05T03:21:00.5804667Z HEAD is now at 0a25b77cf release: bump workspace to 0.55.0 (bump-in-PR, onto the tested tree)
2026-08-05T03:21:00.5845292Z [command]/usr/bin/git branch --delete --force golden/w1-locksmith-t2
2026-08-05T03:21:00.5875046Z Deleted branch golden/w1-locksmith-t2 (was 0a25b77cf).
2026-08-05T03:21:00.5980205Z ##[endgroup]
2026-08-05T03:21:00.5982226Z [command]/usr/bin/git submodule status
2026-08-05T03:21:00.6200312Z ##[group]Cleaning the repository
2026-08-05T03:21:00.6203011Z [command]/usr/bin/git clean -ffdx
2026-08-05T03:21:00.6236785Z Removing traceable-reqs
2026-08-05T03:21:00.6244665Z [command]/usr/bin/git reset --hard HEAD
2026-08-05T03:21:00.6305031Z HEAD is now at 0a25b77cf release: bump workspace to 0.55.0 (bump-in-PR, onto the tested tree)
2026-08-05T03:21:00.6310149Z ##[endgroup]
2026-08-05T03:21:00.6311802Z ##[group]Disabling automatic garbage collection
2026-08-05T03:21:00.6314931Z [command]/usr/bin/git config --local gc.auto 0
2026-08-05T03:21:00.6338595Z ##[endgroup]
2026-08-05T03:21:00.6339406Z ##[group]Setting up auth
2026-08-05T03:21:00.6343782Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-05T03:21:00.6369466Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-05T03:21:00.6556847Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-05T03:21:00.6581949Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-05T03:21:00.6762519Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-05T03:21:00.6794613Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-05T03:21:00.6989965Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-05T03:21:00.7022237Z ##[endgroup]
2026-08-05T03:21:00.7022980Z ##[group]Fetching the repository
2026-08-05T03:21:00.7028709Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0a25b77cf997eac65b071366c8194b8a17034d6f:refs/remotes/origin/golden/w1-locksmith-t2
2026-08-05T03:21:01.3088715Z ##[endgroup]
2026-08-05T03:21:01.3090296Z ##[group]Determining the checkout info
2026-08-05T03:21:01.3091613Z ##[endgroup]
2026-08-05T03:21:01.3094608Z [command]/usr/bin/git sparse-checkout disable
2026-08-05T03:21:01.3141882Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-05T03:21:01.3164918Z ##[group]Checking out the ref
2026-08-05T03:21:01.3167561Z [command]/usr/bin/git checkout --progress --force -B golden/w1-locksmith-t2 refs/remotes/origin/golden/w1-locksmith-t2
2026-08-05T03:21:01.3226768Z Switched to a new branch 'golden/w1-locksmith-t2'
2026-08-05T03:21:01.3227960Z branch 'golden/w1-locksmith-t2' set up to track 'origin/golden/w1-locksmith-t2'.
2026-08-05T03:21:01.3233293Z ##[endgroup]
2026-08-05T03:21:01.3269737Z [command]/usr/bin/git log -1 --format=%H
2026-08-05T03:21:01.3293559Z 0a25b77cf997eac65b071366c8194b8a17034d6f
